Messages
6/30/2024
17 : 54
Daily Coding Problem: Problem #1482 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Palantir. Write a program that checks whether an integer is a palindrome. For example,
6/29/2024
17 : 44
Daily Coding Problem: Problem #1481 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given a string and a set of delimiters, reverse the words in the string while
6/28/2024
17 : 54
Daily Coding Problem: Problem #1480 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given an array of a million integers between zero and a billion, out of order,
6/27/2024
17 : 54
Daily Coding Problem: Problem #1479 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given a pivot x , and a list lst , partition the list into three parts. The
6/26/2024
18 : 4
Daily Coding Problem: Problem #1478 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given the root of a binary tree, return a deepest node. For example, in the
6/25/2024
17 : 54
Daily Coding Problem: Problem #1477 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. A regular number in mathematics is defined as one which evenly divides some
6/24/2024
17 : 54
Daily Coding Problem: Problem #1476 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given a array of numbers representing the stock prices of a company in
6/23/2024
17 : 54
Daily Coding Problem: Problem #1475 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Twitter. Implement an autocomplete system. That is, given a query string s and a set of
6/22/2024
17 : 54
Daily Coding Problem: Problem #1474 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Boggle is a game played on a 4 x 4 grid of letters. The goal is to find as
6/21/2024
17 : 44
Daily Coding Problem: Problem #1473 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Apple. Suppose you have a multiplication table that is N by N. That is, a 2D array where
6/20/2024
17 : 54
Daily Coding Problem: Problem #1472 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given a list of integers, return the largest product that can be made by
6/19/2024
17 : 54
Daily Coding Problem: Problem #1471 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Netflix. Given a sorted list of integers of length N , determine if an element x is in
6/18/2024
17 : 54
Daily Coding Problem: Problem #1470 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given a positive integer n , find the smallest number of squared integers
6/11/2024
17 : 44
Daily Coding Problem: Problem #1469 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Oracle. You are presented with an 8 by 8 matrix representing the positions of pieces on
6/10/2024
19 : 14
Daily Coding Problem: Problem #1468 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. A knight's tour is a sequence of moves by a knight on a chessboard such that
6/9/2024
19 : 14
Daily Coding Problem: Problem #1467 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Given a number in the form of a list of digits, return all possible
6/8/2024
19 : 14
Daily Coding Problem: Problem #1466 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given a set of synonyms, such as (big, large) and (eat, consume) . Using
6/7/2024
19 : 14
Daily Coding Problem: Problem #1465 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Square. In front of you is a row of N coins, with values v 1 , v 1 , ..., v n . You are
6/6/2024
19 : 14
Daily Coding Problem: Problem #1464 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given an array of integers in which two elements appear exactly once and all
6/5/2024
19 : 14
Daily Coding Problem: Problem #1463 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Netflix. Given an array of integers, determine whether it contains a Pythagorean triplet